func testing.runTests
3 uses
testing (current package)
testing.go#L2443: testRan, testOk := runTests(m.deps.ModulePath(), m.deps.ImportPath(), m.deps.MatchString, m.tests, deadline)
testing.go#L2544: ran, ok := runTests("", "", matchString, tests, deadline)
testing.go#L2551: func runTests(modulePath, importPath string, matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.Time) (ran, ok bool) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)